翻訳と辞書
Words near each other
・ Text over IP
・ Text parser
・ Text processing
・ Text publication society
・ Text Publishers
・ Text Publishing
・ Text Records
・ Text replacement
・ Text Retrieval Conference
・ Text roulette
・ Text Santa
・ Text segmentation
・ Text Services Framework
・ Text sim
・ Text simplification
Text Template Transformation Toolkit
・ Text Tiles
・ Text to Speech in Digital Television
・ Text types
・ Text Verification Tool
・ Text, Speech and Dialogue
・ Text-based (computing)
・ Text-based game
・ Text-based protocol
・ Text-based user interface
・ Text-based web browser
・ Text-free user interface
・ Text-to-Pledge
・ Textadept
・ Textage


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Text Template Transformation Toolkit : ウィキペディア英語版
Text Template Transformation Toolkit
Microsoft's Text Template Transformation Toolkit (usually referred to as "T4") is a template based text generation framework included with Visual Studio. T4 source files are usually denoted by the file extension ".tt".
T4 is used by developers as part of an application or tool framework to automate the creation of text files with a variety of parameters. These text files can ultimately be any text format, such as code (for example C#), XML, HTML or XAML.
T4 uses a custom template format which can contain .NET code and string literals in it, this is parsed by the T4 command line tool into .NET code, compiled and executed. The output of the executed code is the text file generated by the template. T4 can also be completely run within the .NET applications via the use of the TextTransformation class which eliminates the need for the end user to have Visual Studio installed.
T4 is used within Microsoft in ASP.NET MVC for the creation of the views and controllers, ADO.NET Entity Framework for entity generation, and ASP.NET Dynamic Data. It is also used outside of Microsoft in projects such as SubSonic
T4 templating is also supported in MonoDevelop.
==Criticism==
Microsoft has often been criticized for the lack of tooling support for T4 within the Visual Studio IDE, and relies on third parties namely (Tangible Engineering ) and (Clarius Consulting ), however later revisions have included better tooling support.

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Text Template Transformation Toolkit」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.